DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / GroupingQuery<TKey,T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (GroupingQuery<TKey,T>)
    In This Topic
    Returns an enumerator that iterates through the GroupingQuery<TKey,T>.
    Syntax
    'Declaration
     
    Public MustOverride Function GetEnumerator() As IEnumerator(Of IndexedGroup(Of TKey,T))
    public abstract IEnumerator<IndexedGroup<TKey,T>> GetEnumerator()
    See Also